GDK_NOTE (MISC, g_message ("progname: \"%s\"", g_get_prgname ()));
}
-/**
- * gdk_get_display:
- *
- * Gets the name of the display, which usually comes from the
- * `DISPLAY` environment variable or the
- * `--display` command line option.
- *
- * Returns: the name of the display.
- *
- * Deprecated: 3.8: Call gdk_display_get_name (gdk_display_get_default ()))
- * instead.
- */
-gchar *
-gdk_get_display (void)
-{
- return g_strdup (gdk_display_get_name (gdk_display_get_default ()));
-}
-
/**
* gdk_get_display_arg_name:
*
GDK_AVAILABLE_IN_ALL
const gchar * gdk_get_display_arg_name (void);
-GDK_DEPRECATED_IN_3_8_FOR(gdk_display_get_name (gdk_display_get_default ()))
-gchar* gdk_get_display (void);
-
GDK_AVAILABLE_IN_ALL
void gdk_set_double_click_time (guint msec);